Open SasikaA073 opened 2 years ago
I can confirm this for Windows 11 + Ubuntu container (CI/CD runner). I have tried to install packages using yarn, but it didn't help.
Node version: 18.13.0 NPM version: 9.2.0
Creating gridsome website without the starter template works as expected. By using this starter template I get the errors on npm i.
I referred to this documentation. ( https://ghost.org/docs/jamstack/gridsome/ )
First I used Ubuntu WSL terminal to start working. I have used Gatsby before in this platform. I haven't got any errors there. According to the docs, I ran this command.
npm install -g @gridsome/cli
then I got this message saying there are 4 moderate vulnerabilities.After running
npm audit
I got this.found 0 vulnerabilities
Because there were zero vulnerabilities, I proceeded with the documentation. Then ran this command.
gridsome create gridsome-ghost https://github.com/gridsome/gridsome-starter-blog.git
Then got this error message
Then I entered to the gridsome-ghost directory and run 'npm install' and it also gave errors.
Then after ignoring these error messages, I tried this command
gridsome develop
. Then I got this result.Then I tried this workflow using yarn in Ubuntu WSL, but no difference. I get the same error message every time.
Then I tried this workflow in Windows 11 command prompt. I got the same error messages.