Nodejs Node npm

Mo., 19/02/2018 - 16:05
Body

up/downgrade der version https://stackoverflow.com/questions/8191459/how-do-i-update-node-js versionen auswählen https://wiki.archlinux.org/index.php/Node.js_ https://github.com/creationix/nvm wichtig um versionen zu wechseln v5.11.0 war damals für pd4 theme Beispiel nvm install 9.5.0 nvm use 9.5.0 Set defaukt Version https://harshal.co/set-default-node-version-with-nvm/ nvm alias default 11.0.0

 

Probleme

Radix update, mal wieder probleme wie immer heutzutage. Problem ist dass due neuen versionen für pupeteer usw ESM nutzen, radix für npm run watch aber nicht. Also alles andere downgraden!

beispiel: npm install website-scraper@^4.2.3
 

ESM und Module

https://stackoverflow.com/questions/70820079/error-err-require-esm-require-of-es-module-not-supported

Drupal
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.