simplefolio icon indicating copy to clipboard operation
simplefolio copied to clipboard

Cannot start npm

Open adryana24 opened this issue 4 years ago • 3 comments

I installed npm and all looks good:

$ npm install

up to date, audited 178 packages in 1s

78 packages are looking for funding run npm fund for details

found 0 vulnerabilities

But I have this error when I start npm: $ npm start

[email protected] start parcel

Error: The specified module could not be found. \?\C:\Users\admin\Desktop\simplefolio\node_modules@parcel\source-map\parcel_sourcemap_node\artifacts\index.win32-x64-msvc.node at Object.Module._extensions..node (node:internal/modules/cjs/loader:1187:18) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (C:\Users\admin\Desktop\simplefolio\node_modules\v8-compile-cache\v8-compile-cache.js:159:20) at Object. (C:\Users\admin\Desktop\simplefolio\node_modules@parcel\source-map\parcel_sourcemap_node\index.js:15:18) at Module._compile (C:\Users\admin\Desktop\simplefolio\node_modules\v8-compile-cache\v8-compile-cache.js:192:30) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) { code: 'ERR_DLOPEN_FAILED' }

Can someoane help me please? Thank you

adryana24 avatar Mar 30 '22 19:03 adryana24

did you ever find the answer for this?

Brandon-Boyle avatar Jul 15 '22 21:07 Brandon-Boyle

im havinv the same issue

Brandon-Boyle avatar Jul 15 '22 21:07 Brandon-Boyle

I think there can be two problems

  1. Either you are using a old version of node.
  2. Or try removing node modules, package.json, pakcage.lock.json and try running npm i again and then try running it.

saiteja13427 avatar Jul 17 '22 11:07 saiteja13427