We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/ doesn't exist
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
20.11.1
10.2.4
6.26.0 (babel-core 6.26.3)
I want to run CodeGenerator.js as the README.md described.
The command I used to run:
CodeGenerator.js successfully executed.
CodeGenerator.js
xxxxxx@xxhost:~/GitProjSrc/facebook-business-sdk-codegen$ pwd /home/xxxxxx/GitProjSrc/facebook-business-sdk-codegen xxxxxx@xxhost:~/GitProjSrc/facebook-business-sdk-codegen$ npm run build && node lib/CodeGenerator.js java > [email protected] build > babel src/ -d lib/ src/ doesn't exist xxxxxx@xxhost:~/GitProjSrc/facebook-business-sdk-codegen$ npm run build > [email protected] build > babel src/ -d lib/ src/ doesn't exist
npm run build && node lib/CodeGenerator.js java
The text was updated successfully, but these errors were encountered:
I have no js related experience, here is how I install the npm and node js
curl -fsSL https://deb.nodesource.com/setup_20.x > tmp_install_nodejs.sh bash tmp_install_nodejs.sh sudo apt install nodejs -y sudo npm install -g babel-cli
Sorry, something went wrong.
No branches or pull requests
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
20.11.1
10.2.4
6.26.0 (babel-core 6.26.3)
Goals
I want to run CodeGenerator.js as the README.md described.
The command I used to run:
Expected Results
CodeGenerator.js
successfully executed.Actual Results
Steps to Reproduce
npm run build && node lib/CodeGenerator.js java
The text was updated successfully, but these errors were encountered: