Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

magento2 - venia storefront setup error "/usr/bin/env: ‘node ’: No such file or directory" in Magento 2

I am trying to setup pwa - venia store front for magento 2.

I have installed default magento 2.4.1 and clonned pwa magento 2 repository.( Ubuntu 18.04)

when i run yarn install command, I am getting following error:


$ node scripts/monorepo-introduction.js
Preparing packages...
Ensuring valid environment...

/usr/bin/env: ‘node
’: No such file or directory

error Command failed with exit code 1.

info Visit for [documentation][1] about this command.

all prerequisites like npm, node/nodejs, yarn, node-gyp seem installed successfully. all applications shows proper version when we use --version attribute on ubuntu.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...