NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENOENT: no such file or directory, chmod '/home/spaceboyross/Documents/PeabodyOS/node_modules/nodeos-usersfs/node_modules/coreutils.js/node_modules/.bin/env'

RossComputerGuy opened this issue · comments

I've got this error when running npm run build:

ENOENT: no such file or directory, chmod '/home/spaceboyross/Documents/PeabodyOS/node_modules/nodeos-usersfs/node_modules/coreutils.js/node_modules/.bin/env'

Did you run npm install first?

version 1.0.0-RC3, I only got to step 4

Do you have a error code?

errno -2

Exec the next commands:

npm run unbuild
rm -r node_modules
rm -r ~/.npm ~/.node-gyp

After that, doing npm install and npm run build should work.

@SpaceboyRoss01 does it work now for you?