You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded the code and am trying to run the project. As given in the instructions I typed --npm install (this worked fine) --npm start: When I run this I get the following error
> npm run serve
> [email protected] serve C:\Written Programs\OpenSourceProjects\nodejs.org
> node server.js
http://localhost:8080/en/
C:\Written Programs\OpenSourceProjects\nodejs.org\scripts\event-geo.js:111
load().regions.forEach((reg) => {
^
TypeError: Cannot read property 'regions' of undefined
at module.exports.load.regions.forEach.reg.meetups.forEach.reg.conferences.f
orEach (C:\Written Programs\OpenSourceProjects\nodejs.org\scripts\event-geo.js:1
11:9)
at C:\Written Programs\OpenSourceProjects\nodejs.org\build.js:236:100
at cb (C:\Written Programs\OpenSourceProjects\nodejs.org\node_modules\ncp\li
b\ncp.js:255:37)
at C:\Written Programs\OpenSourceProjects\nodejs.org\node_modules\ncp\lib\nc
p.js:108:16
at C:\Written Programs\OpenSourceProjects\nodejs.org\node_modules\ncp\lib\nc
p.js:227:14
at FSReqWrap.oncomplete (fs.js:82:15)_
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I just downloaded the code and am trying to run the project. As given in the instructions I typed
--npm install
(this worked fine)--npm start
: When I run this I get the following errorThe text was updated successfully, but these errors were encountered: