conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.63k stars 891 forks source link

app$ npm run start not work: <title> #3516

Closed tpaciorek closed 1 year ago

tpaciorek commented 1 year ago

Expected Behavior

instruction npm run start should be executed

Current Behavior

aries-mobile-agent-react-native/app$ npm run start

aries-bifold-app@0.0.1 start /home/tpaciorek/project/2023/aries-mobile-agent-react-native/app react-native start

/home/tpaciorek/project/2023/aries-mobile-agent-react-native/app/node_modules/metro/src/Server.js:350 processRequest = (req, res, next) => { ^

SyntaxError: Unexpected token = at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/home/tpaciorek/project/2023/aries-mobile-agent-react-native/app/node_modules/metro/src/shared/output/bundle.js:12:16) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)

Affected packages

Possible Solution

I don know

Steps to Reproduce

npm install

npm run start

Context

No response

commitlint --version

000

git --version

git version 2.25.1

node --version

v10.19.0

escapedcat commented 1 year ago

@tpaciorek how is this related to commitlint?