Jump to content

Errore compilazione assets tema classic con Windows 10 (PS 1.7.8.0)


Codencode

Recommended Posts

Quando tento di compilare gli assets del tema "classic", il sistema da errore.

Se eseguo il comando
npm run build
viene fuori il seguente errore:
"NODE_ENV" non è riconosciuto come comando interno o esterno

ho risolto sostituendo nel file package.json

"build": "NODE_ENV=production webpack --progress --colors --debug --display-chunks",


con

"build": "webpack --progress --colors --debug --display-chunks --mode=production",

Però continuo ad avere problemi, infatti lanciando il comando

npm run build


viene fuori un errore:
Can't resolve '.\tether.js' ...

Allego lo screenshot con l'errore completo

P.S.
ho provato con Ubuntu e funziona

Screenshot.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...