sameetandpotatoes / GMaps-Timeline-Aggregator

Plot your Google Maps Location History over a period of time
4 stars 0 forks source link

failure launching app #34

Closed aalbino2 closed 2 hours ago

aalbino2 commented 2 hours ago

Hi, I'm not an expert of js, so I cannot make my head around this error:

$ node GoogleMapsViewer.js

(node:12114) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/home/andrea/GMaps-Timeline-Aggregator/src/GoogleMapsViewer.js:1
import React from 'react';
^^^^^^

SyntaxError: Cannot use import statement outside a module
    at wrapSafe (node:internal/modules/cjs/loader:1378:20)
    at Module._compile (node:internal/modules/cjs/loader:1428:41)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49

Node.js v20.17.0
aalbino2 commented 2 hours ago

Solved.