Skip to content
New issue

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

Implement short.io #1

Open
4 of 5 tasks
empeje opened this issue Sep 25, 2020 · 9 comments
Open
4 of 5 tasks

Implement short.io #1

empeje opened this issue Sep 25, 2020 · 9 comments

Comments

@empeje
Copy link
Contributor

empeje commented Sep 25, 2020

@empeje
Copy link
Contributor Author

empeje commented Oct 10, 2020

Mas @yuliefas this will be our priority ya.

@empeje
Copy link
Contributor Author

empeje commented Oct 17, 2020

I received a notification that @wicaksana94 is asking the following question:

WhatsApp Image 2020-10-17 at 3 12 14 PM

Is this will added by the user statically or dynamically?

@wicaksana94 could elaborate more on your question? Which part that you feel confused about?

@empeje
Copy link
Contributor Author

empeje commented Oct 18, 2020

mas @wicaksana94 if you want to take this, you can take parts that not already addressed in the #21

@wicaksana94
Copy link

Hy guys, do you try to build this project on Windows 10? I had little trouble on my own laptop (it's around "node -p") :

awica@DESKTOP-R9337DG MINGW64 /e/JS_LAB/ngecilin (master)
$ yarn build
yarn run v1.22.4
$ yarn clean && env VERSION=$(node -p "require('./package.json').version") npx webpack
$ rm -rf dist
env: ‘-p’: No such file or directory
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@wicaksana94
Copy link

I received a notification that @wicaksana94 is asking the following question:

WhatsApp Image 2020-10-17 at 3 12 14 PM

Is this will added by the user statically or dynamically?

@wicaksana94 could elaborate more on your question? Which part that you feel confused about?

It's just the user interface layout, but now it's cleared by this commit from yuli efa suryantoro ( f6495a8 - Feature/short io provider (#21) )

@empeje
Copy link
Contributor Author

empeje commented Oct 20, 2020

Hy guys, do you try to build this project on Windows 10? I had little trouble on my own laptop (it's around "node -p") :

awica@DESKTOP-R9337DG MINGW64 /e/JS_LAB/ngecilin (master)
$ yarn build
yarn run v1.22.4
$ yarn clean && env VERSION=$(node -p "require('./package.json').version") npx webpack
$ rm -rf dist
env: ‘-p’: No such file or directory
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I think it is related to the node version, which node version you're using @wicaksana94?

@wicaksana94
Copy link

Hy guys, do you try to build this project on Windows 10? I had little trouble on my own laptop (it's around "node -p") :
awica@DESKTOP-R9337DG MINGW64 /e/JS_LAB/ngecilin (master)
$ yarn build
yarn run v1.22.4
$ yarn clean && env VERSION=$(node -p "require('./package.json').version") npx webpack
$ rm -rf dist
env: ‘-p’: No such file or directory
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I think it is related to the node version, which node version you're using @wicaksana94?
My node version is 10.16.3

@empeje
Copy link
Contributor Author

empeje commented Oct 20, 2020

Ah I think it is because the command using the $() is not working on windows, I guess we can create new build script for windows.

Technically the build should do the following

  • Using version coming from package.json
  • set the version to the environment variable
  • run webpack

Could you create a new issue for this windows failed to build error?

Temporarily you can run npx webpack manually.

@wicaksana94
Copy link

wicaksana94 commented Oct 21, 2020

Ah I think it is because the command using the $() is not working on windows, I guess we can create new build script for windows.

Technically the build should do the following

  • Using version coming from package.json
  • set the version to the environment variable
  • run webpack

Could you create a new issue for this windows failed to build error?

Temporarily you can run npx webpack manually.

Ok, I did. #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants