Closed limenleap closed 5 years ago
What is your webpack version? Can you try removing node_modules
and running npm i
Webpack version is 3.5.6 How do I remove node_modules? Sorry I am new to Node so I dont know... but the error message says that "node_modules" is missing
You can do like following
cd neutralino.js
rm -rf node_modules
npm i
But before all get changes if there are, from remote repository
git pull origin master
Got it to work. Thanks
Expected Behavior
Was hoping to execute build.sh on Linux and get a fresh build of Neutralino
Actual Behavior
Figured out that I needed Nodejs, npm and webpack. Installed all of these on a fresh Ubuntu 18x
Steps to Reproduce the Problem
Start with a fresh install of Ubuntu 18x (Desktop) Install Node, webpack, npm
Run sudo sh build.sh
Here is the error
Specifications