Code Monkey home page Code Monkey logo

Comments (3)

Konafets avatar Konafets commented on June 8, 2024 1

My mistake was to clone the repo and not to use composer create-project. With this it works.

from pluginskeleton.

Zales0123 avatar Zales0123 commented on June 8, 2024

Did you run cd tests/Application and then yarn build or (as it's in the instruction) (cd tests/Application && yarn build)?

from pluginskeleton.

Konafets avatar Konafets commented on June 8, 2024

There is the full log of what I am doing:

$ git clone [email protected]:Sylius/PluginSkeleton.git
Cloning into 'PluginSkeleton'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 1225 (delta 7), reused 22 (delta 6), pack-reused 1198
Receiving objects: 100% (1225/1225), 391.71 KiB | 932.00 KiB/s, done.
Resolving deltas: 100% (520/520), done.

$ cd PluginSkeleton

$ (cd tests/Application && yarn install)                                                                                                                                      
yarn install v1.10.1
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning eslint > file-entry-cache > flat-cache > [email protected]: CircularJSON is in maintenance only, flatted is its successor.
warning gulp-chug > [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning gulp-debug > [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning gulp-livereload > [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 📃  Building fresh packages...
success Saved lockfile.
✨  Done in 125.34s.

$ (cd tests/Application && yarn build)                                                                                                                                         
yarn run v1.10.1
$ gulp build
[13:26:23] Failed to load external module @babel/register
[13:26:23] Requiring external module babel-register
[13:26:25] Using gulpfile ~/Development/Sylius/PluginSkeleton/tests/Application/gulpfile.babel.js
[13:26:25] Starting 'build'...
[13:26:25] Starting 'buildAdmin'...
[13:26:25] Starting 'buildShop'...
[13:26:25] 'buildAdmin' errored after 19 ms
[13:26:25] Error: File not found with singular glob: /Users/sok/Development/Sylius/PluginSkeleton/tests/Application/../../vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/gulpfile.babel.js (if this was purposeful, use `allowEmpty` option)
    at Glob.<anonymous> (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob-stream/readable.js:84:17)
    at Object.onceWrapper (events.js:273:13)
    at Glob.emit (events.js:182:13)
    at Glob.EventEmitter.emit (domain.js:442:20)
    at Glob._finish (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:197:8)
    at done (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:182:14)
    at Glob._processSimple2 (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:688:12)
    at /Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:676:10
    at Glob._stat2 (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:772:12)
    at lstatcb_ (/Users/sok/Development/Sylius/PluginSkeleton/tests/Application/node_modules/glob/glob.js:764:12)
[13:26:25] 'build' errored after 24 ms
[13:26:25] The following tasks did not complete: buildShop
[13:26:25] Did you forget to signal async completion?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

from pluginskeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.